PM3.02 - Donkey Kong - Action - 0x127
Entry Script
- if ((InternalConstantInt(PreviousAction) Equal scalar(38)))
- CallEveryFrame { thread_id: 9, script: 0x27618 }
- CreateInterrupt { interrupt_id: None, action: Wait, requirement: (AnimationEnd) }
- PreviousInterruptAddRequirement(OnGround)
- CreateInterrupt { interrupt_id: None, action: Fall, requirement: (AnimationEnd) }
- PreviousInterruptAddRequirement(InAir)
- loop Infinite times:
- if (OnGround)
- SetEdgeSlide(StayOn)
- UnknownEvent { namespace: 0x8, code: 0x1, unk1: 0x0, arguments: [Value(0)] }
- SetAirGround(6)
- if (BoolIsTrue RandomAccessBool(EnableActionTransition))
- ChangeSubactionRestartFrame(AttackDash)
- else
- ChangeSubaction(AttackDash)
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: InAir }] }
- else
- SetEdgeSlide(Airbourne)
- UnknownEvent { namespace: 0x8, code: 0x1, unk1: 0x0, arguments: [Value(4)] }
- LedgeGrabEnable(Disable)
- SetAirGround(0)
- if (BoolIsTrue RandomAccessBool(EnableActionTransition))
- ChangeSubactionRestartFrame(AttackDashAir)
- else
- ChangeSubaction(AttackDashAir)
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
- BoolVariableSetFalse { variable: RandomAccessBool(EnableActionTransition) }
- LoopRest
- else
- Subroutine(0x1ec18)
- CallEveryFrame { thread_id: 9, script: 0x2a498 }
- CreateInterrupt { interrupt_id: None, action: 0x128, requirement: (OnGround) }
- ChangeSubactionRestartFrame(ThrowFFall_1)
Exit Script